DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / SetSimpleMasking Method / SetSimpleMasking(Int32[],MaskMode) Method

Frame numbers of the frames for subtraction

The subtraction mode to use






In This Topic
    SetSimpleMasking(Int32[],MaskMode) Method
    In This Topic
    Sets an int array as frame numbers of the mask frames for subtraction
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetSimpleMasking( _
       ByVal Frames() As System.Integer, _
       ByVal mode As MaskMode _
    ) 
    'Usage
     
    
    Dim instance As DicomImage
    Dim Frames() As System.Integer
    Dim mode As MaskMode
     
    instance.SetSimpleMasking(Frames, mode)
    public void SetSimpleMasking( 
       System.int[] Frames,
       MaskMode mode
    )
    public procedure SetSimpleMasking( 
        Frames: System.Integerarray of;
        mode: MaskMode
    ); 
    public function SetSimpleMasking( 
       Frames : System.int[],
       mode : MaskMode
    );
    public: void SetSimpleMasking( 
       System.int[]* Frames,
       MaskMode mode
    ) 
    public:
    void SetSimpleMasking( 
       System.array<int>^ Frames,
       MaskMode mode
    ) 

    Parameters

    Frames

    Frame numbers of the frames for subtraction

    mode
    The subtraction mode to use
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also